From a187be693531e73cb110447805e76043bcdf6e87 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Sat, 7 May 2016 15:48:40 -0500 Subject: [PATCH] Grammar tweak after killing Qt4. --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index ad4d502b7..8567166b2 100755 --- a/configure +++ b/configure @@ -5061,7 +5061,7 @@ fi if test "$QMAKE" = no ; then - as_fn_error $? "Qt5 is required, but neither was found" "$LINENO" 5; + as_fn_error $? "Qt5.2 or higher is required, but was not found" "$LINENO" 5; fi # guess the name of the Qt Core library. diff --git a/configure.in b/configure.in index 88a3eed85..616557fce 100644 --- a/configure.in +++ b/configure.in @@ -167,7 +167,7 @@ AC_CHECK_TOOLS(LUPDATE, [lupdate-qt5 lupdate]) AC_CHECK_TOOLS(LRELEASE, [lrelease-qt5 lrelease]) if test "$QMAKE" = no ; then - AC_MSG_ERROR([Qt5 is required, but neither was found]); + AC_MSG_ERROR([Qt5.2 or higher is required, but was not found]); fi # guess the name of the Qt Core library. -- 2.30.2